home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 2.iso / mac / data / Nuttall.dir / 00052_Script_52 < prev    next >
Text File  |  2001-01-30  |  176b  |  11 lines

  1. on mouseDown
  2.   btndown
  3.   cursor 4
  4.   set btnName = the name of cast (the castNum of sprite 32)
  5.   GoMNCdx(btnName)
  6.   cursor 0
  7.   dontPassEvent
  8. end
  9. on mouseup
  10.   btnup
  11. end